Antechinus supports industry-standard Visual Basic Script for applications. This allows you to automate repetitive tasks (e.g., inserting blocks of code), and implement macro-like capabilities. This is done by accessing the document (Doc) and the application (App) objects. The built-in VBScript editor automatically saves and loads the scripts to and from the Scripts folder. Also, color-coding and Intellisense/Auto-complete are fully supported. VBScript is simple and is best learned by example. We suggest that you run the supplied sample scripts and examine the code. |